home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
Libraries
/
WASTE Object Handlers 1.2.5
/
Handler Headers
/
WE_PICT_Handler.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-28
|
330 b
|
15 lines
|
[
TEXT/CWIE
]
#ifdef __cplusplus
extern "C" {
#endif
pascal OSErr HandleNewPicture(Point *defaultObjectSize,WEObjectReference objectRef);
pascal OSErr HandleDisposePicture(WEObjectReference objectRef );
pascal OSErr HandleDrawPicture (Rect *destRect, WEObjectReference objectRef );
#ifdef __cplusplus
}
#endif
#define kTypePicture 'PICT'